/*Header start*/

body {
            font-family: Times New Roman, sans-serif;
            text-align: center;
            margin: 10px;
            color: #333;
			padding: 0;
        }
        .logo-container {
            max-width: 600px;
            margin: auto;
        }
        h1 {
            font-size: 2em;
            color: red;
        }
		.contact-info address {
			font-style: normal;
			line-height: 1.5;
			text-al	gn: center; /* Centers text inside the section */
        }
		.italic {
            font-style: italic; /* Italicize the text */
			color: red;
        }
        .bold {
            font-weight: bold; /* Make the text bold */
            font-style: normal; /* Ensure the text is not italicized */
			color: red
		}
		.center-content {
			margin-top: 50px;
		}
		.description {
			text-align: center;
} 
/*Header end*/
/*second set*/
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 5px;
}

.center {
    text-align: center;
    margin-bottom: 20px;
}

.content {
    margin-left: 5px;
	text-align: left;
}

.custom-list {
    list-style-type: disc; /* Ensures bullet points appear */
    padding-left: 30px; /* Adjust spacing */
}

.custom-list ul {
    list-style-type: circle;
    padding-left: 20px;
}

.red {
    color: red;
    font-weight: bold;
}

.green {
    color: green;
    font-weight: bold;
}

.blue {
    color: blue;
    font-weight: bold;
}

ul {
    list-style: none;
    padding: 0;
	list-style-type: disc; /* Ensures bullet points appear */
}

ul li {
    margin-bottom: 10px;
}
.thematicLetters {
	text-align: center;
	color: red;
}

.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

th, td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 12px;
}

thead {
    background-color: #f4f4f4;
}

th {
    font-weight: bold;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.custom-bullet {
    margin-left: 16px;
    font-family: Arial, sans-serif;
}

.bullet {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    margin-right: 8px;
}
.highlight {
    color: red;
    font-weight: bold;